runtime.srcFunc.funcID (field)
12 uses
	runtime (current package)
		mprof.go#L600: 				if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(lastFuncID) {
		mprof.go#L605: 				lastFuncID = sf.funcID
		symtab.go#L151: 				if snext.funcID == abi.FuncIDWrapper && elideWrapperCalling(sf.funcID) {
		symtab.go#L277: 		funcID := u.srcFunc(uf).funcID
		symtab.go#L908: 	funcID    abi.FuncID
		traceback.go#L630: 			if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(u.calleeFuncID) {
		traceback.go#L644: 			u.calleeFuncID = sf.funcID
		traceback.go#L973: 			u.calleeFuncID = sf.funcID
		traceback.go#L1130: 	if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(calleeID) {
		tracestack.go#L321: 			if sf.funcID == abi.FuncIDWrapper && elideWrapperCalling(lastFuncID) {
		tracestack.go#L326: 			lastFuncID = sf.funcID
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |